Uses of Interface
org.eclipse.vtp.framework.util.SingletonTrackerCustomizer

Packages that use SingletonTrackerCustomizer
org.eclipse.vtp.framework.engine.osgi   
org.eclipse.vtp.framework.util   
 

Uses of SingletonTrackerCustomizer in org.eclipse.vtp.framework.engine.osgi
 

Classes in org.eclipse.vtp.framework.engine.osgi that implement SingletonTrackerCustomizer
 class HttpConnectorManager
          Maintains an instance of HttpConnector linked to the currently registered instance of IProcessEngine and the most desireable instance of HttpService.
 class ProcessEngineManager
          Maintains a registered instance of IProcessEngine and an instance of HttpConnectorManager linked to the most desireable instance of IExtensionRegistry.
 

Uses of SingletonTrackerCustomizer in org.eclipse.vtp.framework.util
 

Classes in org.eclipse.vtp.framework.util that implement SingletonTrackerCustomizer
 class LogTracker
          A class that forwards to the most desirable log service when one is available.
 class SingletonTracker
          A customized ServiceTracker that tracks only the single most desirable instance of a service.
 

Constructors in org.eclipse.vtp.framework.util with parameters of type SingletonTrackerCustomizer
SingletonTracker(org.osgi.framework.BundleContext context, org.osgi.framework.Filter filter, SingletonTrackerCustomizer customizer)
          Creates a new SingletonTracker.
SingletonTracker(org.osgi.framework.BundleContext context, org.osgi.framework.ServiceReference reference, SingletonTrackerCustomizer customizer)
          Creates a new SingletonTracker.
SingletonTracker(org.osgi.framework.BundleContext context, java.lang.String clazz, SingletonTrackerCustomizer customizer)
          Creates a new SingletonTracker.